adding Days
fun <Unit : DayOrSmaller, TimeUnit> TimePeriod<Unit>.addingDays(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving forward some number of days.
Parameters
count
The number of days by which to move forward.